projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3186c3
)
(describe-char): Check font-object by fontp.
author
Kenichi Handa
<handa@m17n.org>
Wed, 4 Feb 2009 02:01:18 +0000
(
02:01
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 4 Feb 2009 02:01:18 +0000
(
02:01
+0000)
lisp/descr-text.el
patch
|
blob
|
history
diff --git
a/lisp/descr-text.el
b/lisp/descr-text.el
index 96ef2458e4240cc45abe6ebcd511f55c97611018..89325cca22ae942bdda148b75d8a2578184eaeb0 100644
(file)
--- a/
lisp/descr-text.el
+++ b/
lisp/descr-text.el
@@
-630,7
+630,7
@@
as well as widgets, buttons, overlays, and text properties."
(nglyphs (lgstring-glyph-len gstring))
(i 0)
glyph)
- (if
font
+ (if
(fontp font)
(progn
(insert " using this font:\n "
(symbol-name (font-get font :type))